home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 1.1 / SGI EnlightenDSM 1.1.iso / hp904905 / admin.z / admin / help / C / online0413.hlp < prev    next >
Text File  |  1998-06-30  |  7KB  |  150 lines

  1.  
  2.     FILE SYSTEMS DETAIL
  3.  
  4.     This window is displaying a list of files belonging to previously
  5.     selected users of the previously selected disk partitions. From this
  6.     list of files you can you can perform the following operations to
  7.     further manipulate the files in the list box:
  8.  
  9.     + Edit Change the contents of the marked files
  10.     + View View the contents of the marked files
  11.     + Stats Displays statistics about the marked files
  12.     + Delete Remove the marked files from the system
  13.     + Backup Backup the marked files
  14.     + chmod Change the read, write, and/or execute permissions of the
  15.       marked files*
  16.     + chgrp Change the group(s) to which the marked files belong
  17.     + chown Change the owner of the marked files
  18.     + Custom Define and execute a UNIX command on the marked files
  19.  
  20.     * NT doesn't really map the user,group,other and r,w,x permissions
  21.     (of chmod) of UNIX.  NT only has a concept of modifying the 
  22.     writeability by the user.  For NT, files are always readeable by the
  23.     user.
  24.  
  25.     
  26.     Edit
  27.  
  28.     Use this command to edit files (`vi'). Highlight the files you wish
  29.     to edit and click on the Edit button. A pop-up confirmation window
  30.     will appear. For each file, select: Yes to edit the file, No to skip
  31.     that file and go to the next one, All to edit all files, or Cancel
  32.     to abort the command. You MUST utilize standard `vi' commands to
  33.     edit any files. (Or a hex editor if this is a binary file.)
  34.  
  35.     When you quit `vi' with the :q command, the following message will
  36.     appear: "Hit the Return key to continue". This action will close the
  37.     window and allow you to continue using other Enlighten options.
  38.  
  39.     View
  40.  
  41.     Use this command to view the contents of files. Highlight the files
  42.     you wish to view and then click on the View button. A pop-up
  43.     confirmation window will appear. For each file, select: Yes to view
  44.     the file, No to skip that file, All to view all files, or Cancel to
  45.     abort the command. If you select Yes or All, Enlighten will activate
  46.     a window showing the contents of the file.
  47.  
  48.     Once the (last) file is displayed, the following message will
  49.     appear: "Hit the Return key to continue". This action will close the
  50.     window and allow you to continue using other Enlighten options. You
  51.     can not use the View command to modify files.
  52.  
  53.     Stats
  54.  
  55.     Use this command to display a statistical summary for each file.
  56.     Highlight the files you want and click on the Stats button. A window
  57.     will appear with the statistics for the highlighted file. If you
  58.     selected more than one file, click on the Next button to view
  59.     statistics on the next file you'd selected.
  60.  
  61.     Delete
  62.  
  63.     Use this command to remove files from the system. Highlight the
  64.     files you wish to delete and click on the Delete button. Enlighten
  65.     will prompt you to confirm your action. Once a file has been
  66.     deleted, it cannot be recovered.
  67.  
  68.     Note: If a selected file is actually a directory, Enlighten will not
  69.     remove it unless it is empty. If the directory is not empty, a
  70.     status message will appear stating this.
  71.  
  72.     Backup
  73.  
  74.     Use this command to make a backup copy of each highlighted file.
  75.     Highlight the files you wish to backup and click on the Backup
  76.     button. A pop-up window will appear showing the different backup
  77.     devices available. Select one of them. Enlighten will then ask for
  78.     confirmation before performing the backup.
  79.  
  80.     During the backup, a window will display the progress of the backup.
  81.     When the backup is complete, a summary log will be displayed in the
  82.     same window. Press the <return> key to continue using other
  83.     Enlighten options.
  84.  
  85.     Note: If a selected file is actually a directory, only the directory
  86.     itself will be backed up. Sub-files and/or sub-directories of the
  87.     highlighted directory will NOT be backed up.
  88.  
  89.     Chmod
  90.  
  91.     Use the chmod command to manipulate the read, write, and/or execute
  92.     permissions of a file. Highlight the files you wish to change and
  93.     click on the Chmod button. A pop-up window will appear showing the
  94.     current set of permissions for that file, as shown on the following
  95.     page.
  96.  
  97.  
  98.     You can enter the new permissions numerically in the first field or
  99.     select the desired permissions from the available check boxes.
  100.     Furthermore, you can specify the permissions be set as is, added on
  101.     to, or subtracted from the current mode.
  102.  
  103.     Once you've made your choices, click on the Apply button. Another
  104.     pop-up window will ask you to confirm your changes.
  105.  
  106.     Chgrp
  107.  
  108.     Use the chgrp command to change the group(s) to which a file or
  109.     files belong. Highlight the files you wish to change and click on
  110.     the Chgrp button. A pop-up window will appear. Use this to specify
  111.     the new group(s).
  112.  
  113.     You can click on the arrow button to access a list of valid User
  114.     Groups. A window will appear showing all Groups. Highlight the
  115.     desired Group(s) and then click on the Apply button. You must
  116.     specify a valid User Group name. Another pop-up window will ask you
  117.     to confirm your changes.
  118.  
  119.     Chown
  120.  
  121.     Use the chown command to change the ownership of a file. Highlight
  122.     the files you wish to change and click on the Chown button. A pop-up
  123.     window will appear. Use this to specify the new username.
  124.  
  125.     You can click on the arrow button to access a list of valid
  126.     usernames. A window will appear showing all Users. Highlight a
  127.     single user and click on the Apply button. You must specify a valid
  128.     user name. Another pop-up window will ask you to confirm your
  129.     changes.
  130.  
  131.     Custom
  132.  
  133.     Use this command to directly apply UNIX commands to files without
  134.     having to exit Enlighten. The commands entered can be any valid UNIX
  135.     commands. Highlight the files you need to use for your custom
  136.     command and click on the Custom button.
  137.  
  138.     A pop-up window will appear. Enter the appropriate UNIX command and
  139.     click on the Apply button. Another pop-up window will ask you to
  140.     confirm your action. Once the command has executed successfully, the
  141.     following message will appear: "Hit the Return key to continue".
  142.     This action will close the window and allow you to continue using
  143.     other Enlighten options.
  144.  
  145.     Note: Enlighten supports using the character macro % as part of the
  146.     command. If you use this macro, Enlighten will replace it with the
  147.     name of the current file. If not, Enlighten will automatically
  148.     append the name of the current file to the command before executing
  149.     it.
  150.